org.jboss.metadata.plugins.scope
Class ApplicationScopeFactory
java.lang.Object
org.jboss.metadata.plugins.scope.ApplicationScopeFactory
- All Implemented Interfaces:
- ScopeFactory<ApplicationScope>
public class ApplicationScopeFactory
- extends Object
- implements ScopeFactory<ApplicationScope>
Factory for creating Application scope key
from ApplicationScope annotation.
- Author:
- Ales Justin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationScopeFactory
public ApplicationScopeFactory()
create
public Scope create(ApplicationScope annotation)
- Description copied from interface:
ScopeFactory
- Create ScopeKey from scope annotation instance
- Specified by:
create in interface ScopeFactory<ApplicationScope>
- Parameters:
annotation - scope annotation
- Returns:
- scope key from scope annotation
Copyright © 2008 JBoss Inc.. All Rights Reserved.