@Retention(value=RUNTIME) @Target(value={FIELD,ANNOTATION_TYPE}) @Documented @Inherited public @interface ValueConverter
Modifier and Type | Required Element and Description |
---|---|
Class<? extends PropertyValueConverter> |
value
Defines the class implementing the
PropertyValueConverter interface. |
public abstract Class<? extends PropertyValueConverter> value
PropertyValueConverter
interface. If this is a normal class, it must
provide a default constructor with no arguments. If this is an enum and thus implementing a singleton by enum it
must only have one enum value.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.