/*
* Annotation[] ann = field.getAnnotations(); for (Annotation a :
* ann) { System.err.println(" -> "+field.getName()+" : "+a); }
*/
Internal imp = field.getAnnotation(Internal.class);
if (imp != null) {
FunID f = new FunID(imp);
EModuleManager.add_internal(f, new FieldBinder(field, f, module_name()));