
prerna.annotations.BREAKOUT Maven / Gradle / Ivy
The newest version!
package prerna.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Indicates code that we need to break out of the main source
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
public @interface BREAKOUT {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy