Mega Code Archive

 
Categories / Java Tutorial / Language
 

The Built-In Annotations

Java defines seven built-in annotations. Four are imported from java.lang.annotation: @Retention, @Documented, @Target, and @Inherited. Three, @Override, @Deprecated, and @SuppressWarnings, are included in java.lang.