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

com.commercetools.sunrise.framework.injection.RequestScoped Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.framework.injection;

import com.google.inject.ScopeAnnotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Identifies a type that the injector only instantiates once per request. Not inherited.
 */
@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@ScopeAnnotation
public @interface RequestScoped {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy