@Retention(value=RUNTIME) @Target(value=FIELD) public @interface OvfExportOnlyField
Modifier and Type | Optional Element and Description |
---|---|
OvfExportOnlyField.ExportOption |
exportOption |
String |
name
Name of field as will be written in OVF
|
String |
valueToIgnore
String representation of value to ignore for logging
|
public abstract String name
public abstract String valueToIgnore
public abstract OvfExportOnlyField.ExportOption exportOption
Copyright © 2012. All Rights Reserved.