| BuildStep |
Indicates that a given method is a build step that is run at deployment time to
create the runtime output.
|
| BuildSteps |
Applies configuration to all build steps defined in the same class.
|
| Consume |
Declare that this step comes after the given build item is produced.
|
| Consume.List |
|
| Overridable |
Indicate that the given produced item is produced only if no other steps produce that item.
|
| Produce |
Declare that this step comes before the given build items are consumed.
|
| Produce.List |
|
| ProduceWeak |
Declare that this step comes before the given build items are consumed, but using weak semantics.
|
| ProduceWeak.List |
|
| Record |
Indicates that this BuildStep method will also output recorded bytecode.
|
| Weak |
Indicate that the given produced item is produced only weakly.
|