Annotation Interface After


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface After
Components or phases providing names contained in this list must be placed earlier in the chain than the component that is annotated.

See ChainBuilder for dependency handling information.

Author:
Tony Vaagenes
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String[] value
      Default:
      {}