Example usage for org.springframework.web.bind.annotation Mapping interface-usage

List of usage examples for org.springframework.web.bind.annotation Mapping interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.bind.annotation Mapping interface-usage.

Usage

From source file org.makersoft.mvc.mapping.AbstractMapping.java

/**
 * Class description goes here.
 */
public abstract class AbstractMapping implements Mapping {

    private String methodName;

From source file org.makersoft.web.mvc.mapping.AbstractMapping.java

/**
 * Class description goes here.
 */
public abstract class AbstractMapping implements Mapping {

    private String methodName;