@Retention(RUNTIME)
@Target(FIELD)
public @interface Nested
Indicates that the annotated component is a nested GUI that should be
generated before the generation process continues.
- Since:
- 1.0
@Retention(RUNTIME)
@Target(FIELD)
public @interface Nested