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

net.cassite.pure.ioc.annotations.Ignore Maven / Gradle / Ivy

The newest version!
package net.cassite.pure.ioc.annotations;

import java.lang.annotation.*;

/**
 * All setters will be invoked, but you can add Ignore to the setters you don't
 * want the system to invoke.
 * 
 * @author wkgcass
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD, ElementType.METHOD })
@Inherited
public @interface Ignore {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy