public class ScopeInfo extends Object
| Constructor and Description |
|---|
ScopeInfo() |
ScopeInfo(Class<? extends Annotation> scope) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.util.AnnotationLiteral<? extends Annotation> |
getLiteral() |
Class<? extends Annotation> |
getScope() |
boolean |
hasScope() |
void |
setScope(Class<? extends Annotation> scope) |
public ScopeInfo(Class<? extends Annotation> scope)
public ScopeInfo()
public void setScope(Class<? extends Annotation> scope)
public boolean hasScope()
public Class<? extends Annotation> getScope()
public javax.enterprise.util.AnnotationLiteral<? extends Annotation> getLiteral()
Copyright © 2013. All Rights Reserved.