Annotation Type 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
      java.lang.String[] value  
    • Element Detail

      • value

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