Annotation Interface Dev


annotations for the StendhalDeveloper. At the class level it indicates to include the marked class and to sort it into the specified category. If at least one constructor is marked, only marked constructors are used, unmarked ones are ignored. At the parameter level it can be used to specify a default value.
Author:
hendrik
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    a category for building block
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    the category of this building block
    an optional default value
    a short label
  • Element Details

    • category

      Dev.Category category
      the category of this building block
      Default:
      IGNORE
    • defaultValue

      String defaultValue
      an optional default value
      Default:
      ""
    • label

      String label
      a short label
      Default:
      ""