Annotation Interface ReferenceConstraint.RemoteKey

Enclosing class:
ReferenceConstraint

@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface ReferenceConstraint.RemoteKey
This annotation gets set only on getter method and in combination with ReferenceConstraint annotation on the class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.jvnet.hk2.config.ConfigBeanProxy>
    Type of ConfigBeanProxy where this remote key points to.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • message

      String message
      Default:
      ""
    • type

      Class<? extends org.jvnet.hk2.config.ConfigBeanProxy> type
      Type of ConfigBeanProxy where this remote key points to.