Browse Source

Changed name and added definition of values.

tags/V1_5_0M2
aclement 19 years ago
parent
commit
8cefe0a7e3

aspectj5rt/java5-src/org/aspectj/lang/annotation/SuppressAJWarnings.java → aspectj5rt/java5-src/org/aspectj/lang/annotation/SuppressAjWarnings.java View File

@@ -8,6 +8,7 @@
*
* Contributors:
* Wes Isberg initial implementation
* Andy Clement fleshed out to match SuppressWarnings
* ******************************************************************/


@@ -25,6 +26,6 @@ import java.lang.annotation.RetentionPolicy;
*
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface SuppressAJWarnings {
public @interface SuppressAjWarnings {
String[] value();
}

Loading…
Cancel
Save