![JAR search and dependency download from the Maven repository](/logo.png)
org.codegas.commons.lang.annotation.RequestScope 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 RequestScope {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy