T - The type of build item to producepublic interface BuildProducer<T extends BuildItem>
BuildItem instances
This can be injected into either a field or method parameter. To produce
a BuildItem simply call the produce(BuildItem) method
with the instance.| Modifier and Type | Method and Description |
|---|---|
void |
produce(T item) |
void produce(T item)
Copyright © 2020 JBoss by Red Hat. All rights reserved.