com.algorithmia.development.FindApply Maven / Gradle / Ivy
The newest version!
package com.algorithmia.development;
import java.lang.annotation.*;
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@interface FindApply {
}