public class ExternalScope extends Object
BeforeBeanDiscovery.addScope(Class, boolean, boolean)
.Constructor and Description |
---|
ExternalScope(Class<? extends Annotation> scope,
boolean normal,
boolean passivating) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
getScope() |
Annotation |
getScopeAnnotation() |
boolean |
isNormal() |
boolean |
isPassivating() |
public ExternalScope(Class<? extends Annotation> scope, boolean normal, boolean passivating)
public Class<? extends Annotation> getScope()
public boolean isNormal()
public boolean isPassivating()
public Annotation getScopeAnnotation()
BeforeBeanDiscovery.addScope(Class, boolean, boolean)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.