| Interface | Description |
|---|---|
| BuildProducer<T extends BuildItem> |
An interface that can be injected to produce
BuildItem instances
This can be injected into either a field or method parameter. |
| Enum | Description |
|---|---|
| ExecutionTime |
Enum that specifies at what time generated bytecode should be run
|
| Annotation Type | Description |
|---|---|
| BuildStep |
Indicates that a given method is a build step that is run at deployment time to
create the runtime output.
|
| Record |
Indicates that this
BuildStep method will also output recorded bytecode. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.