| java.lang.Object org.codehaus.aspectwerkz.annotation.Java14AnnotationInvocationHander
Java14AnnotationInvocationHander | public class Java14AnnotationInvocationHander implements InvocationHandler,Serializable(Code) | | A Java 1.3 / 1.4 strongly typed Annotation handler.
This proxy handler gets serialized alongside the annotationInfo within the AnnotationC compiled class.
author: Alexandre Vasseur |
Java14AnnotationInvocationHander | public Java14AnnotationInvocationHander(Class annotationInterface, String rawAnnotationName, String rawAnnotationValue)(Code) | | Constructor that will trigger the parsing if required
Parameters: annotationInterface - Parameters: rawAnnotationName - Parameters: rawAnnotationValue - |
Java14AnnotationInvocationHander | public Java14AnnotationInvocationHander(Class annotationInterface, Map elements)(Code) | | Raw constructor that assumes an already analysed annotation instance
Used for nested annotation
Parameters: annotationInterface - Parameters: elements - |
|
|