Interface ProxyConfiguration

  • All Superinterfaces:
    PrimeAmongSecondarySupertypes

    public interface ProxyConfiguration
    extends PrimeAmongSecondarySupertypes
    A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy. This interface is meant for internal use but is in a public package in order to provide code generation.

    While this interface depends on Byte Buddy types, this is only true for annotation types which are silently suppressed by the runtime if they are not available on a class loader. This allows using this interceptor and configuration with for example OSGi without any export of Byte Buddy when using Hibernate.