public abstract class BuildItem extends Object
AutoCloseable will be automatically closed when the build
is completed, unless it is explicitly marked as a final build result in which case closure is
the responsibility of whomever invoked the build execution.
Resources should be fine-grained as possible, ideally describing only one aspect of the build process.
Copyright © 2021 JBoss by Red Hat. All rights reserved.