Annotation Type Description


  • @Target({TYPE,PACKAGE})
    @Retention(RUNTIME)
    @Documented
    @UseWith({COMPONENT,MIXIN,PAGE,SERVICE})
    public @interface Description
    Annotation used by Tapestry to describe the annotated class or package in runtime, specially in the T5Dashboard page.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String text
      A textual description of this class.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] tags
      Tags used to describe this class.
    • Element Detail

      • text

        java.lang.String text
        A textual description of this class.
      • tags

        java.lang.String[] tags
        Tags used to describe this class. Use just lowercase letters, numbers and dashes.
        Default:
        {}