public static interface Ordering.Factory
Ordering
instances.
For a factory to be used with @OrderWith
it needs to have a public no-arg
constructor.
Modifier and Type | Method and Description |
---|---|
Ordering |
create(Ordering.Context context)
Creates an Ordering instance using the given context.
|
Ordering create(Ordering.Context context)