Annotation Type Annotates


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface Annotates
    Annotation used to indicate which execution properties the class annotates.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<? extends ExecutionProperty>[] value  
    • Element Detail

      • value

        java.lang.Class<? extends ExecutionProperty>[] value
        Returns:
        the execution property the class annotates.
        Default:
        {}