org.androidtransfuse.analysis.repository
Class ScopeAspectFactoryRepository
java.lang.Object
org.androidtransfuse.analysis.repository.ScopeAspectFactoryRepository
public class ScopeAspectFactoryRepository
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeAspectFactoryRepository
public ScopeAspectFactoryRepository()
putAspectFactory
public void putAspectFactory(Class<? extends Annotation> scopeType,
ScopeAspectFactory scopeAspectFactory)
getScopes
public Set<Class<? extends Annotation>> getScopes()
getScopeAspectFactory
public ScopeAspectFactory getScopeAspectFactory(Class<? extends Annotation> scopeType)
Copyright © 2012. All Rights Reserved.