Annotation Type Element


  • @Retention(RUNTIME)
    public @interface Element
    Allows to specify the ontological name of the Concept or Predicate, to be used in place of the default (the rightmost part of the fully qualified class name).
    The annotation is to be applied to the class.
    Author:
    Paolo Cancedda
    See Also:
    Concept, Predicate
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name  
    • Field Detail

      • USE_CLASS_SIMPLE_NAME

        static final String USE_CLASS_SIMPLE_NAME
    • Element Detail

      • name

        String name
        Default:
        "__USE_CLASS_SIMPLE_NAME__"