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

com.pragmaticobjects.oo.atom.anno.NotAtom Maven / Gradle / Ivy

The newest version!
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 NotAtom {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy