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.objectweb.util.browser.plugin.java.reflect.MemberComparator This class compares two <code>Field</code> objects or two <code>Method</code> objects, or two <code>Class</code> objects lexicographically. @author <a HREF="mailto:Philippe.Merle@lifl.fr">Philippe Merle</a>, <a HREF="mailto:Jerome.Moroy@lifl.fr"& ...
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 ...
freemarker.ext.beans.StaticModel Wraps the static fields and methods of a class in a {@link freemarker.template.TemplateHashModel}. Fields are wrapped using {@link BeansWrapper#wrap(Object)}, and methods are wrapped into an appropriate {@link freemarker.template.TemplateMethodModelEx} instance. Unfortunately, there is currently n ...
org.codehaus.aspectwerkz.transform.aspectj.AspectJAspectModel Implementation of the AspectModel interface for the AspectJ framework. <p/> Provides methods for definition of aspects and framework specific bytecode generation used by the join point compiler. @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a>