public interface BlockReference
JBlock
object.
This interface is usually used when one wants to create a new JBlock object lazily.
Modifier and Type | Method and Description |
---|---|
JBlock |
get(boolean create) |
JBlock get(boolean create)
create
- If false, the method will return null if the block is
not yet created.Copyright © 2021 JBoss by Red Hat. All rights reserved.