]> source.dussan.org Git - aspectj.git/commitdiff
pr113630 - new message.
authoraclement <aclement>
Thu, 27 Oct 2005 10:26:56 +0000 (10:26 +0000)
committeraclement <aclement>
Thu, 27 Oct 2005 10:26:56 +0000 (10:26 +0000)
weaver/src/org/aspectj/weaver/WeaverMessages.java
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 5cccccd7684e4218ec76e55d38facadb3874013c..e97867c41c7f6f09b6093c9ba5cfdc670440ce06 100644 (file)
@@ -140,7 +140,7 @@ public class WeaverMessages {
        public static final String BINDING_NON_RUNTIME_RETENTION_ANNOTATION = "bindingNonRuntimeRetentionAnnotation";
        
        public static final String INCORRECT_TARGET_FOR_DECLARE_ANNOTATION = "incorrectTargetForDeclareAnnotation";
-       
+       public static final String NO_MATCH_BECAUSE_SOURCE_RETENTION = "noMatchBecauseSourceRetention";
        
        // Generics
        public static final String CANT_DECP_MULTIPLE_PARAMETERIZATIONS="cantDecpMultipleParameterizations";
index 08f9fd2a33ed2fec73c0a36d3e70291a90a891e2..734b7221d42ffda51671fa22bf8300a5c7e70090 100644 (file)
@@ -151,7 +151,7 @@ incorrectTargetForDeclareAnnotation={0} is not a valid target for annotation {1}
 
 referenceToNonAnnotationType=Type referred to is not an annotation type: {0}
 bindingNonRuntimeRetentionAnnotation=Annotation type {0} does not have runtime retention
-
+noMatchBecauseSourceRetention=Failing match because annotation ''{0}'' on type ''{1}'' has SOURCE retention.  Matching allowed when RetentionPolicy is CLASS or RUNTIME
 
 # Generics
 cantDecpMultipleParameterizations=Cannot declare parent {0} onto type {1} since it already has {2} in its hierarchy