groovy.lang.MetaClass Allows methods to be dynamically added to existing classes at runtime @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Guillaume Laforge @version $Revision: 1.85 $
org.jboss.aop.ClassAdvisor Advises a class and provides access to the class's aspect chain. Each advisable class has an associated <code>Advisor</code> instance. References methods using <code>int</code> IDs rather than the actual instances for optimal performance. Provides ability to invoke methods ...
org.apache.ojb.broker.core.proxy.ProxyFactory Factory class for creating instances of the indirection handler used by OJB's proxies, and for the collection proxies. @author <a HREF="mailto:tomdz@apache.org">Thomas Dudziak<a> @version $Id: ProxyFactory.java,v 1.1 2004/04/09 13:22:29 tomdz Exp $
org.codehaus.aspectwerkz.annotation.Annotations Utility class for annotation retrieval. <br/>Note: Annotations are extracted out of ASMClassInfo <br/>Note: caution when changing that to use reflection, since it might lead to load target class during aspect system startup. @author <a HREF="mailto:jboner@codehaus.org">Jonas Bon ...
org.jboss.aop.joinpoint.ConstructorCalledByConstructorInvocation This is a helper wrapper class for an Invocation object. It is used to add or get values or metadata that pertains to an AOP method invocation. @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.9 $
org.jboss.mx.metadata.StandardMetaData This metadata builder implementation builds a MBean info based on the naming rules of the Standard MBeans. The MBean server uses this builder to generate the metadata for Standard MBeans. <p> In cooperation with the {@link MBeanInfoConversion#toModelMBeanInfo MBeanInfoConversion} class you ...