Example usage for org.springframework.core.type MethodMetadata interface-usage

List of usage examples for org.springframework.core.type MethodMetadata interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.type MethodMetadata interface-usage.

Usage

From source file org.joinfaces.mock.MockMethodMetadata.java

/**
 * @author Nurettin Yilmaz
 */
public class MockMethodMetadata implements MethodMetadata {

    private final Class<? extends Annotation> annotation;