@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=GroupExports.class) @Documented public @interface GroupExport
| Modifier and Type | Required Element and Description |
|---|---|
Exporter.EXPORT_CANONICAL_NAME |
exportByCanonicalName
Specifies if the canonical name should be used to export property values.
|
Exporter.EXPORT_OUT_ALIASES |
exportByOutAliases
Specifies if the out aliases, which are basically aliases for the purpose
of exports, should be used to export property values.
|
Class<? extends Exporter> |
exporter
The class of the exporter to use.
|
public abstract Exporter.EXPORT_CANONICAL_NAME exportByCanonicalName
public abstract Exporter.EXPORT_OUT_ALIASES exportByOutAliases
Copyright © 2017. All rights reserved.