
com.wadpam.open.service.FixedNamespace Maven / Gradle / Ivy
The newest version!
package com.wadpam.open.service;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Marker interface to annotating methods that should run in a fixed namespace
* @author mattiaslevin
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface FixedNamespace {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy