Annotation Type ShouldBeFinal


@Documented
@Inherited
@Retention(CLASS)
@Target({FIELD,METHOD})
public @interface ShouldBeFinal
Annotation to mark a class field or method that it should be changed to "final" in the future.
Version:
Pre-Alpha
Author:
Logan Ferree (Tadukoo)