@Documented @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,FIELD,PARAMETER}) public @interface Transform
Used to tag an annotation with org.osgl.Osgl.Function specification.
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends BeanTransformer> |
value
Specify the
bean transformer implementation |
public abstract Class<? extends BeanTransformer> value
Specify the bean transformer implementation
Copyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.