| org.ow2.easybeans.enhancer.client.ClientLifeCycleAdapter
ClientLifeCycleAdapter | public class ClientLifeCycleAdapter extends ClassAdapter implements Opcodes(Code) | | This class manages the lifecycle of the client. It injects a method managing
the postConstruct annotation.
author: Florent Benoit |
Method Summary | |
public void | visitEnd() Visits the end of the class. |
JAVA_LANG_OBJECT | final public static String JAVA_LANG_OBJECT(Code) | | Defines java.lang.Object class.
|
ClientLifeCycleAdapter | public ClientLifeCycleAdapter(ClassAnnotationMetadata classAnnotationMetadata, ClassVisitor cv)(Code) | | Constructor.
Parameters: classAnnotationMetadata - object containing all attributes of theclass Parameters: cv - the class visitor to which this adapter must delegate calls. |
visitEnd | public void visitEnd()(Code) | | Visits the end of the class. This method, which is the last one to be
called, is used to inform the visitor that all the fields and methods of
the class have been visited.
|
|
|