public class MergedStereotypes<T,E> extends Object
Constructor and Description |
---|
MergedStereotypes(Set<Annotation> stereotypeAnnotations,
BeanManagerImpl manager)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Set<Annotation> |
getPossibleScopes()
Returns the possible scope types
|
Set<Class<? extends Annotation>> |
getStereotypes() |
boolean |
isAlternative() |
boolean |
isBeanNameDefaulted()
Indicates if the name i defaulted
|
protected void |
merge(Set<Annotation> stereotypeAnnotations)
Perform the merge
|
String |
toString()
Gets a string representation of the merged stereotypes
|
public MergedStereotypes(Set<Annotation> stereotypeAnnotations, BeanManagerImpl manager)
stereotypeAnnotations
- The stereotypes to mergeprotected void merge(Set<Annotation> stereotypeAnnotations)
stereotypeAnnotations
- The stereotype annotationspublic boolean isAlternative()
public Set<Annotation> getPossibleScopes()
public boolean isBeanNameDefaulted()
public Set<Class<? extends Annotation>> getStereotypes()
Copyright © 2013 Seam Framework. All rights reserved.