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

spoon.examples.fieldaccess.annotation.Access Maven / Gradle / Ivy

The newest version!
package spoon.examples.fieldaccess.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

@Target(ElementType.FIELD)
public @interface Access {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy