Annotation Type Provides


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface Provides
    Mark this component as providing some named functionality. Other components can then mark themselves as "before" and "after" the string provided here, to impose constraints on ordering.
    Author:
    Tony Vaagenes
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Default:
        {}