public static interface ProtoBuilder.Lifecycle
ProtoBuilder implementation.| Modifier and Type | Field and Description |
|---|---|
static ProtoBuilder.Lifecycle |
INFINITE
Defines a simple lifecycle controller for implementations that don't actually need one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Will be called on any setup step.
|
void |
increment()
Will be called on any final build step.
|
static final ProtoBuilder.Lifecycle INFINITE
void check()
IllegalStateException - if the lifecycle does not allow further setup on the associated core
instance.void increment()
Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.