Annotation Type ManagedProperty



  • @Qualifier
    @Target(FIELD)
    @Retention(RUNTIME)
    public @interface ManagedProperty

    The presence of this annotation (along with @Inject) on a field of any type causes the value returned from evaluating an expression language expression to be injected as the value of that field.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Taken to be the value that is injected into the field.
    • Element Detail

      • value

        java.lang.String value

        Taken to be the value that is injected into the field.

        Returns:
        the value.