public static final class RuntimeType.Verifier
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
Verifier()
As this is merely a utility method, the constructor is not supposed to be invoked.
|
| Modifier and Type | Method and Description |
|---|---|
static Assigner.Typing |
check(AnnotationSource annotationSource)
Checks if an annotated element should be assigned a value by considering the runtime type.
|
private Verifier()
public static Assigner.Typing check(AnnotationSource annotationSource)
annotationSource - The annotated element of interest.