Annotation Type ProxyHint

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] typeNames
      Alternative way to configure interfaces for a given JDK dynamic proxy, should be used when type visibility prevents using Class references, or for nested types which should be specific using a $ separator (for example com.example.Foo$Bar).
      Class<?>[] types
      Preferred way to configure interfaces for a given JDK dynamic proxy.
    • Element Detail

      • types

        Class<?>[] types
        Preferred way to configure interfaces for a given JDK dynamic proxy.
        Returns:
        the types
        Default:
        {}
      • typeNames

        String[] typeNames
        Alternative way to configure interfaces for a given JDK dynamic proxy, should be used when type visibility prevents using Class references, or for nested types which should be specific using a $ separator (for example com.example.Foo$Bar).
        Returns:
        the type names
        Default:
        {}