Annotation Type Fact


  • @Inherited
    @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Fact
    Annotation to mark a parameter as a fact.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value