KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > Member > Top Examples

  • org.jboss.aop.annotation.AnnotationRepository
    Repository for annotations that is used by the ClassAdvisor to override annotations. @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.8 $
  • org.jboss.axis.utils.bytecode.ClassReader
    This is the class file reader for obtaining the parameter names for declared methods in a class. The class must have debugging attributes for us to obtain this information. <p> <p/> This does not work for inherited methods. To obtain parameter names for inherited methods, you must us ...
  • org.jboss.iiop.rmi.RmiIdlUtil
    This class contains a bunch of methods taken from org.jboss.verifier.strategy.AbstractVerifier. There they are declared as instance methods. I copied them to this class and made them static here in order to call them as utility methods, without having to create a verifier instance, @author <a ...
  • org.logicalcobwebs.cglib.reflect.FastMember
  • org.logicalcobwebs.cglib.reflect.FastClassEmitter
  • org.logicalcobwebs.cglib.proxy.Proxy
    This class is meant to be used as replacement for <code>java.lang.reflect.Proxy</code> under JDK 1.2. There are some known subtle differences: <ul> <li>The exceptions returned by invoking <code>getExceptionTypes</code> on the <code>Method</code> pass ...
Popular Tags