Annotation Interface Consume


@Retention(RUNTIME) @Target(METHOD) @Repeatable(List.class) public @interface Consume
Declare that this step comes after the given build item is produced.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    The repeatable holder for Consume.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends BuildItem>
    The build item type that this comes after.
  • Element Details

    • value

      Class<? extends BuildItem> value
      The build item type that this comes after.
      Returns:
      the build item