Annotation Type Property


  • @Documented
    @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Property
    Flags to inject a Property value.
    Author:
    Daniel Sagenschneider
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Name of the Property.
    • Element Detail

      • value

        java.lang.String value
        Name of the Property.
        Returns:
        Name.