/*
* Also need to check and make sure that for general classes, there is
* also a "from" parameter, which does not have to be present int JHeader
* declaring class case.
*/
final Bind bind = b.getMethod().getAnnotation(Bind.class);
final Class<? extends JHeader> source = bind.from();
if (source == JHeader.class) {
errors.add(new HeaderDefinitionError(c,
"missing annotated 'from' declaration for method "
+ b.getMethod().getName() + "()"));