Annotation Interface Overridden


@Target(METHOD) @Retention(SOURCE) public @interface Overridden
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.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • in

      String in
      Returns:
      description
      Default:
      ""
    • because

      String because
      Returns:
      description
      Default:
      ""