Annotation Interface 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
     
  • Element Details

    • value

      String[] value
      Default:
      {}