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

com.davidbracewell.reflection.Ignore Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package com.davidbracewell.reflection;

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

/**
 * @author David B. Bracewell
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Ignore {
}//END OF Ignore




© 2015 - 2025 Weber Informatics LLC | Privacy Policy