Uses of Package
org.codehaus.aspectwerkz.annotation

Packages that use org.codehaus.aspectwerkz.annotation
org.codehaus.aspectwerkz.annotation   
org.codehaus.aspectwerkz.annotation.instrumentation.asm   
org.codehaus.aspectwerkz.joinpoint   
org.codehaus.aspectwerkz.joinpoint.impl   
 

Classes in org.codehaus.aspectwerkz.annotation used by org.codehaus.aspectwerkz.annotation
Annotation
          Marker interface for all annotation dynamic proxy implementations.
AnnotationDefault
          A custom annotation-like to host AnnotationDefault attribute that host annotation defaulted values Note: Java 5 does not handles this as an annotation but as an attribute so this information will be visible in ASMClassInfo as an annotation but it is not a real one (fe won't extend Java 5 Annotation etc)
 

Classes in org.codehaus.aspectwerkz.annotation used by org.codehaus.aspectwerkz.annotation.instrumentation.asm
Annotation
          Marker interface for all annotation dynamic proxy implementations.
AnnotationInfo
          Holds the annotation proxy instance and the name of the annotation.
 

Classes in org.codehaus.aspectwerkz.annotation used by org.codehaus.aspectwerkz.joinpoint
Annotation
          Marker interface for all annotation dynamic proxy implementations.
 

Classes in org.codehaus.aspectwerkz.annotation used by org.codehaus.aspectwerkz.joinpoint.impl
Annotation
          Marker interface for all annotation dynamic proxy implementations.
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.