diff options
author | aclement <aclement> | 2004-12-10 13:32:50 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-12-10 13:32:50 +0000 |
commit | 3f5c734840571a710f1aa68ce8e72b5751508a18 (patch) | |
tree | 64971332196fb639698c773005389af0e5749200 /weaver | |
parent | 98aa6da15b8b4876fa697946c34f1419c79caeb7 (diff) | |
download | aspectj-3f5c734840571a710f1aa68ce8e72b5751508a18.tar.gz aspectj-3f5c734840571a710f1aa68ce8e72b5751508a18.zip |
annotation/enum xlints
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/src/org/aspectj/weaver/XlintDefault.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/weaver/src/org/aspectj/weaver/XlintDefault.properties b/weaver/src/org/aspectj/weaver/XlintDefault.properties index a75e8b9fc..961bb41fc 100644 --- a/weaver/src/org/aspectj/weaver/XlintDefault.properties +++ b/weaver/src/org/aspectj/weaver/XlintDefault.properties @@ -17,5 +17,6 @@ brokeSerialVersionCompatibility = ignore noInterfaceCtorJoinpoint = warning noJoinpointsForBridgeMethods = warning - -cantMatchArrayTypeOnVarargs = ignore
\ No newline at end of file +cantMatchArrayTypeOnVarargs = ignore +enumAsTargetForDecpIgnored = warning +annotationAsTargetForDecpIgnored = warning
\ No newline at end of file |