org.apache.webbeans.intercept
Class InterceptorComparator<T>
java.lang.Object
org.apache.webbeans.intercept.InterceptorComparator<T>
- All Implemented Interfaces:
- Comparator<javax.enterprise.inject.spi.Interceptor<T>>
public class InterceptorComparator<T>
- extends Object
- implements Comparator<javax.enterprise.inject.spi.Interceptor<T>>
|
Method Summary |
int |
compare(javax.enterprise.inject.spi.Interceptor<T> o1,
javax.enterprise.inject.spi.Interceptor<T> o2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorComparator
public InterceptorComparator(WebBeansContext webBeansContext)
compare
public int compare(javax.enterprise.inject.spi.Interceptor<T> o1,
javax.enterprise.inject.spi.Interceptor<T> o2)
- Specified by:
compare in interface Comparator<javax.enterprise.inject.spi.Interceptor<T>>
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.