Annotation Interface DevMarkers.WIP

Enclosing class:
DevMarkers

@Repeatable(WIPList.class) @Target({TYPE,CONSTRUCTOR,METHOD,FIELD}) @Retention(RUNTIME) public static @interface DevMarkers.WIP
A custom repeatable annotation where extra info can be provided about the work that needs to be done.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The description for the WIP element.
      Default:
      "This element is in development."