org.jboss.aop.AspectManager This singleton class manages all pointcuts and metadata. Coders can access it via the AspectManager.instance() method. <p/> It is also the middle man between the ClassLoader and the actual class instrumentation as well. <p/> App Developers that want to create and apply, interceptors, p ...
org.apache.beehive.netui.util.iterator.IteratorFactory <p> This class provides a factory that can create an {@link Iterator} for various types of Java objects. Supported types include: <ul> <li>{@link java.util.Iterator}</li> <li>{@link java.util.Collection}</li> <li>{@link java.util.Map}</li> <li> ...
org.enhydra.jawe.xml.XML Class which purpose is to provide methods which are used by classes that represents program apstraction of XML elements. These methods offers support for reading or writting an XML document and for generating the tooltips for for the classes that needs it.