Annotation Type After


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface After
    The component that is annotated with this must be placed later 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
      String[] value  
    • Element Detail

      • value

        String[] value
        Default:
        {}