@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Sort
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class |
comparator
Sort comparator implementation
|
SortType |
type
sort type
|
public abstract SortType type
public abstract java.lang.Class comparator
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.