Top Description Inners Methods
org.osgi.service.cdi.annotations

public @Interface Reluctant

extends Annotation
Known Direct Implementers
org.osgi.service.cdi.annotations.Reluctant.Literal
Annotations
@Documented
@Qualifier
@Retention:RUNTIME
@Target:FIELD, METHOD, PARAMETER, TYPE
Static Imports
java.lang.annotation.ElementType.FIELD, .ElementType.METHOD, .ElementType.PARAMETER, .ElementType.TYPE, .RetentionPolicy.RUNTIME

Annotation used to indicate that the behavior of the reference should be reluctant. Used in conjunction with @Reference, BindService, BindServiceReference or BindBeanServiceObjects.
Author
$Id: 2f17c682618e0a366e1b31df807e504ecc1fb701 $

Nested and Inner Type Summary

Modifier and TypeClass and Description
public static class
Reluctant.Literal

Support inline instantiation of the Reluctant annotation.

Method Summary

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString
org.osgi.service.cdi.annotations back to summary

public final Class Reluctant.Literal

extends AnnotationLiteral<Reluctant>
implements Reluctant
Class Inheritance
All Implemented Interfaces
org.osgi.service.cdi.annotations.Reluctant, java.lang.annotation.Annotation

Support inline instantiation of the Reluctant annotation.

Field Summary

Modifier and TypeField and Description
public static final Reluctant
INSTANCE

Default instance

private static final long

Constructor Summary

AccessConstructor and Description
public

Method Summary

Inherited from javax.enterprise.util.AnnotationLiteral:
annotationTypeequalshashCodetoString

Field Detail

INSTANCEback to summary
public static final Reluctant INSTANCE

Default instance

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.enterprise.util.AnnotationLiteral.serialVersionUID.

Constructor Detail

Literalback to summary
public Literal()