org.jboss.weld.metadata
Class TypeStore

java.lang.Object
  extended by org.jboss.weld.metadata.TypeStore
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service

public class TypeStore
extends Object
implements org.jboss.weld.bootstrap.api.Service

Author:
pmuir

Constructor Summary
TypeStore()
           
 
Method Summary
 void add(Class<? extends Annotation> annotationType, Annotation annotation)
           
 void addAll(Class<? extends Annotation> annotationType, Set<Annotation> annotations)
           
 void cleanup()
           
 Set<Annotation> get(Class<? extends Annotation> annotationType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeStore

public TypeStore()
Method Detail

get

public Set<Annotation> get(Class<? extends Annotation> annotationType)

add

public void add(Class<? extends Annotation> annotationType,
                Annotation annotation)

addAll

public void addAll(Class<? extends Annotation> annotationType,
                   Set<Annotation> annotations)

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service


Copyright © 2013 Seam Framework. All Rights Reserved.