]> source.dussan.org Git - aspectj.git/commitdiff
Declare Annotation: new message
authoraclement <aclement>
Thu, 10 Mar 2005 11:55:16 +0000 (11:55 +0000)
committeraclement <aclement>
Thu, 10 Mar 2005 11:55:16 +0000 (11:55 +0000)
weaver/src/org/aspectj/weaver/WeaverMessages.java
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 1fcde28ca39e7afcd2cd665989b2bf6380c79373..1037afdbb765f3374720c91ff17fd93e0d337680 100644 (file)
@@ -123,6 +123,8 @@ public class WeaverMessages {
        public static final String REFERENCE_TO_NON_ANNOTATION_TYPE = "referenceToNonAnnotationType";
        public static final String BINDING_NON_RUNTIME_RETENTION_ANNOTATION = "bindingNonRuntimeRetentionAnnotation";
        
+       public static final String INCORRECT_TARGET_FOR_DECLARE_ANNOTATION = "incorrectTargetForDeclareAnnotation";
+       
        public static String format(String key) {
                return bundle.getString(key);
        }
index e33fa45571246ea1bccb2b1bf92a0f1bd6ed0f5f..32957a57b74bb16763fbc5533c9a3d564f27d56a 100644 (file)
@@ -131,6 +131,7 @@ itdfOnAnnotationNotAllowed=can''t make inter-type field declarations on annotati
 cantDecpOnAnnotationToImplInterface=can''t use declare parents to make annotation type {0} implement an interface
 cantDecpOnAnnotationToExtendClass=can''t use declare parents to alter supertype of annotation type {0}
 cantDecpToMakeAnnotationSupertype=can''t use declare parents to make ''java.lang.annotation.Annotation'' the parent of type {0}
+incorrectTargetForDeclareAnnotation={0} is not a valid target for annotation {1}, this annotation can only be applied to these element types {2}
 
 referenceToNonAnnotationType=Type referred to is not an annotation type: {0}
 bindingNonRuntimeRetentionAnnotation=Annotation type {0} does not have runtime retention