Annotation Interface TestProperty


@Retention(RUNTIME) @Target(FIELD) public @interface TestProperty

Fill this field a test property from the Configuration Property Store

Will only populate public String fields.

Author:
Michael Baylis
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
     
  • Element Details

    • prefix

      String prefix
    • suffix

      String suffix
    • infixes

      String[] infixes
      Default:
      {}
    • required

      boolean required
      Default:
      true