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

org.swat.spring.IgnoredInstance Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
/*
 * Copyright © 2018 Swatantra Agrawal. All rights reserved.
 */

package org.swat.spring;

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

/**
 * Marker annotation to ignore Instance variable check
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface IgnoredInstance {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy