@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface VelocityTransformations
| Modifier and Type | Required Element and Description |
|---|---|
VelocityTransformation[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
AnnotationSelector[] |
annotations |
PackageSelector[] |
packages |
ResourceSelector[] |
resources |
public abstract VelocityTransformation[] value
public abstract PackageSelector[] packages
public abstract AnnotationSelector[] annotations
public abstract ResourceSelector[] resources
Copyright © 2019. All Rights Reserved.