Package erjang

Examples of erjang.Internal


      /*
       * 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()));

View Full Code Here

TOP

Related Classes of erjang.Internal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.