org.codegas.commons.lang.annotation.SessionScope Maven / Gradle / Ivy
package org.codegas.commons.lang.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;
@Scope
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface SessionScope {
}