Annotation Type Review


  • @Documented
    @Retention(SOURCE)
    public @interface Review
    Annotation to mark code element as being under review, with developer comments.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Any review notes
    • Element Detail

      • value

        String value
        Any review notes
        Returns:
        Default:
        ""