I am trying to understand storage policy with Java 1.5. But not getting a clear picture.
Like for JavaDoc ,
CLASS
RUNTIME
SOURCE
SOURCE annotations are present only in the source file.
"" , , . , .
.
@Retention - , -: . , , .
@Retention
, @Foo, @Retention(RetentionPolicy.SOURCE), @Foo ( ) , .class ( , @Foo, ).
@Foo
@Retention(RetentionPolicy.SOURCE)
.class
, ( ).
Java . , , , . , , RETAINED Java , , .
, . RUNTIME JVM .