Package org.jboss.reflect.plugins

Examples of org.jboss.reflect.plugins.MethodInfoImpl


      TypeInfo voidType = PrimitiveInfo.VOID;

      ClassInfo anotherBean = (ClassInfo) factory.getTypeInfo(AnotherBean.class);

      return new MethodInfoImpl(null, "someMethod", voidType, MethodInfo.NO_PARAMS, MethodInfo.NO_EXCEPTIONS, ModifierInfo.PUBLIC, anotherBean);
   }
View Full Code Here

TOP

Related Classes of org.jboss.reflect.plugins.MethodInfoImpl

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.