Annotation Type Requirement


  • @Documented
    @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    @Inherited
    @Deprecated
    public @interface Requirement
    Deprecated.
    see Plexus-to-JSR330 instead.
    Configures a requirement.
    Since:
    1.0-alpha-33
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String hint
      Deprecated.
       
      java.lang.String[] hints
      Deprecated.
       
      boolean optional
      Deprecated.
       
      java.lang.Class<?> role
      Deprecated.
       
    • Element Detail

      • role

        java.lang.Class<?> role
        Deprecated.
        Default:
        java.lang.Object.class
      • hint

        java.lang.String hint
        Deprecated.
        Default:
        ""
      • hints

        java.lang.String[] hints
        Deprecated.
        Default:
        {}
      • optional

        boolean optional
        Deprecated.
        Default:
        false