@Documented @Retention(value=RUNTIME) @Target(value={PARAMETER,METHOD}) public @interface SuperCall
super
implementation. If a method does not have a super implementation, calling the annotated proxy will
throw an exception.
The proxy will both implement the
Callable
and the Runnable
interfaces
such that the annotated parameter must be assignable to any of those interfaces or be of the Object
type.Copyright © 2014. All rights reserved.