java.lang.Object
iu.type.PotentiallyRemoteAnnotationHandler
- All Implemented Interfaces:
InvocationHandler
Handles remote bridge semantics for
AnnotationBridge
.-
Constructor Summary
ConstructorsConstructorDescriptionPotentiallyRemoteAnnotationHandler
(Class<? extends Annotation> localAnnotationType, Annotation potentiallyRemoteAnnotation) Constructor for use byAnnotationBridge
. -
Method Summary
-
Constructor Details
-
PotentiallyRemoteAnnotationHandler
PotentiallyRemoteAnnotationHandler(Class<? extends Annotation> localAnnotationType, Annotation potentiallyRemoteAnnotation) Constructor for use byAnnotationBridge
.- Parameters:
localAnnotationType
- local annotation typepotentiallyRemoteAnnotation
- potentially remote annotation
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-