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