Example usage for org.springframework.aop RawTargetAccess interface-usage

List of usage examples for org.springframework.aop RawTargetAccess interface-usage

Introduction

In this page you can find the example usage for org.springframework.aop RawTargetAccess interface-usage.

Usage

From source file org.springframework.data.projection.TargetAware.java

/**
 * Extension of {@link org.springframework.aop.TargetClassAware} to be able to ignore the getter on JSON rendering.
 * 
 * @author Oliver Gierke
 */
public interface TargetAware extends org.springframework.aop.TargetClassAware, RawTargetAccess {