Annotation Interface AuthoredType


@Retention(RUNTIME) @Target(TYPE) public @interface AuthoredType
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the affiliation of the author
    Specifies the name of the author
    specifies the e-mail address of the author
    Specifies the user-readable type for this class
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the website of the author (note that this should be URL style, i.e.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • typeName

      String typeName
      Specifies the user-readable type for this class
      Returns:
    • affiliation

      String affiliation
      Specifies the affiliation of the author
      Returns:
    • email

      String email
      specifies the e-mail address of the author
      Returns:
    • author

      String author
      Specifies the name of the author
      Returns:
    • website

      String website
      Specifies the website of the author (note that this should be URL style, i.e. with http://)
      Returns:
      Default:
      "http://www.processmining.org"