public class ConstructorComparator extends Object implements Comparator<Constructor<?>>
The priority goes to constructors with the PodamConstructor
annotation first, and then to those with less arguments.
| Constructor and Description |
|---|
ConstructorComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Constructor<?> constructor1,
Constructor<?> constructor2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(Constructor<?> constructor1, Constructor<?> constructor2)
compare in interface Comparator<Constructor<?>>Copyright © 2015. All rights reserved.