@Retention(value=RUNTIME) @Target(value={TYPE,ANNOTATION_TYPE}) public @interface Templates
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
syncInstantiation
If true, the templates will be instantiated synchronously.
|
Template[] |
templates |
public abstract boolean syncInstantiation
public abstract Template[] templates
Copyright © 2018 JBoss by Red Hat. All rights reserved.