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