@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @TargetLocations(value={EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND}) @InvisibleQualifier @SubtypeOf(value={}) @DefaultQualifierInHierarchy public @interface UnknownMethod
Method
or Constructor
expression whose run-time value is not known at compile time. Also represents
non-Method, non-Constructor values.
This annotation is the default in the hierarchy.