All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bebound.spring.annotation.OperationName Maven / Gradle / Ivy

The newest version!
package com.bebound.spring.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Created by mbiamont on 06/01/2016.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface OperationName {

    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy