Annotation Type Info


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE,FIELD})
    public @interface Info
    The Info annotation contains textual information about a module or property.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Returns the info strings.
    • Element Detail

      • value

        java.lang.String value
        Returns the info strings.
        Returns:
        the info strings