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

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