Annotation Type Before


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface Before
    The component that is annotated with this must be placed earlier than the components or phases providing names contained in the given list.
    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:
        {}