Package org.infinispan.factories.scopes
Class ScopeDetector
- java.lang.Object
-
- org.infinispan.factories.scopes.ScopeDetector
-
public class ScopeDetector extends java.lang.ObjectRetrieves the declared scope of a component- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Constructor Summary
Constructors Constructor Description ScopeDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScopesdetectScope(java.lang.Class<?> clazz)
-
-
-
Method Detail
-
detectScope
public static Scopes detectScope(java.lang.Class<?> clazz)
-
-