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
-
convert
Converts an object to a given local type.- Parameters:
o- objectlocalClass- local type- Returns:
- o, converted
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-