Package iu.type

Class PotentiallyRemoteAnnotationHandler

java.lang.Object
iu.type.PotentiallyRemoteAnnotationHandler
All Implemented Interfaces:
InvocationHandler

class PotentiallyRemoteAnnotationHandler extends Object implements InvocationHandler
Handles remote bridge semantics for AnnotationBridge.
  • Constructor Details

    • PotentiallyRemoteAnnotationHandler

      PotentiallyRemoteAnnotationHandler(Class<? extends Annotation> localAnnotationType, Annotation potentiallyRemoteAnnotation)
      Constructor for use by AnnotationBridge.
      Parameters:
      localAnnotationType - local annotation type
      potentiallyRemoteAnnotation - potentially remote annotation
  • Method Details