]> source.dussan.org Git - aspectj.git/commitdiff
annoValMatch: querying default value of an annotation (for members that represent...
authoraclement <aclement>
Mon, 25 Feb 2008 21:38:28 +0000 (21:38 +0000)
committeraclement <aclement>
Mon, 25 Feb 2008 21:38:28 +0000 (21:38 +0000)
weaver/src/org/aspectj/weaver/Member.java

index f59ae646f26fc28ccd9fecd93ca62056311c11ca..86b649519e1a44d557cc43d12566d531a1f69735 100644 (file)
@@ -80,6 +80,8 @@ public interface Member {
        public AnnotationX[][] getParameterAnnotations();
        public ResolvedType[][] getParameterAnnotationTypes();
        
+       public String getAnnotationDefaultValue();
+       
        /**
         * Return full signature, including return type, e.g. "()LFastCar;" for a signature without the return type,
         * use getParameterSignature() - it is importnant to choose the right one in the face of covariance.