Annotation Interface Before


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Before
Components or phases providing names contained in this list must be placed later 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:
      {}