public static final class RuntimeType.Verifier extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(AnnotatedCodeElement annotatedCodeElement)
Checks if an annotated element should be assigned a value by considering the runtime type.
|
public static boolean check(AnnotatedCodeElement annotatedCodeElement)
annotatedCodeElement - The annotated element of interest.true if the runtime type should be considered for binding the annotated element's value.Copyright © 2014–2015. All rights reserved.