Annotation Interface UnimplementedRepeatable


@Target(METHOD) @Retention(SOURCE) public @interface UnimplementedRepeatable
Literally just a fancy comment that I can put next to stuff to know why something wasn't implemented. Retention Policy is source, so it doesn't get carried over to the compiled code. Again, literally just a fancy comment.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    More syntactic sugar
  • Element Details

    • value

      Unimplemented[] value
      More syntactic sugar
      Returns:
      an array of unimplemented annotations