@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,ANNOTATION_TYPE}) public @interface Resolve
Bind annotation is used to specify
StringValueResolver that can be applied
to field, parameter or an annotationpublic abstract Class<? extends org.osgl.util.StringValueResolver>[] value
StringValueResolver implementations
**Note** each resolver implementation must have different
StringValueResolver.targetType()Copyright © 2017. All Rights Reserved.