interface @InvocationScope

Abstract goes here...

Description

Description goes here...

Declaration

package org.qi4j.api.injection;

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

/**
* This is used to annotate annotation types
* which are used for injection.
* Each scope signifies a particular scope from
* which the injection value should be taken.
*/
@Retention( RetentionPolicy.RUNTIME )
@Target( { ElementType.ANNOTATION_TYPE } )
@Documented
public @interface InjectionScope
{
}

Example

Description of Example goes here...
  if( ... )

Qi4j and the Qi4j logo are trademarks of Richard Öberg, Niclas Hedhman and the members of the Qi4j Core Team. See Qi4j licensing for more information.
Powered by SiteVisionexternal link.