@Retention(SOURCE)
@Target({LOCAL_VARIABLE,CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface UpdateForV10
Annotation to identify a block of code (a whole class, a method, or a field) that needs to be reviewed (for cleanup, remove or change)
before releasing 10.0
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe owning team of the task to act on this annotation when the time comes.
-
Element Details
-
owner
UpdateForV10.Owner ownerThe owning team of the task to act on this annotation when the time comes.
-