
com.bebound.spring.annotation.OperationName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-utils Show documentation
Show all versions of spring-utils Show documentation
Handle Be-Bound requests with a spring server
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