com.pragmaticobjects.oo.atom.anno.Atom Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jersey-se Show documentation
Show all versions of jersey-se Show documentation
Compact JAX-RS distribution based on Grizzly and Jersey
package com.pragmaticobjects.oo.atom.anno;
import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target({TYPE})
public @interface Atom {
}