Annotation Interface GenericResolvingInfo.ResolvingStrategy

Enclosing class:
GenericResolvingInfo

public static @interface GenericResolvingInfo.ResolvingStrategy
Describes how generic value can be resolved. For example, we can resolve generic type from XML (see GenericResolvingInfo.ResolvingStrategy.ParentTagByNameStrategy, GenericResolvingInfo.ResolvingStrategy.ParentTagByDepthStrategy) or define a concrete class FQN (see GenericResolvingInfo.ResolvingStrategy.ClassFqnStrategy)
See Also: