org.infinispan.factories.scopes
Class ScopeDetector

java.lang.Object
  extended by org.infinispan.factories.scopes.ScopeDetector

public class ScopeDetector
extends Object

Retrieves the declared scope of a component

Since:
4.0
Author:
Manik Surtani

Constructor Summary
ScopeDetector()
           
 
Method Summary
static Scopes detectScope(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeDetector

public ScopeDetector()
Method Detail

detectScope

public static Scopes detectScope(Class<?> clazz)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.