Package org.aspectj.weaver
Class AnnotationNameValuePair
- java.lang.Object
-
- org.aspectj.weaver.AnnotationNameValuePair
-
public class AnnotationNameValuePair extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationNameValuePair(String name, AnnotationValue val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()AnnotationValuegetValue()Stringstringify()StringtoString()
-
-
-
Constructor Detail
-
AnnotationNameValuePair
public AnnotationNameValuePair(String name, AnnotationValue val)
-
-