@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,ANNOTATION_TYPE}) public @interface Resolve
The Bind annotation is used to specify StringValueResolver that can be applied to field, parameter or an annotation
public abstract Class<? extends org.osgl.util.StringValueResolver>[] value
Specify the StringValueResolver implementations
Note each resolver implementation must have different StringValueResolver.targetType()
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.