public interface Orderable
extends org.springframework.core.Ordered
Ordered
while also exposing the
setOrder(int)
as an interface-level so that it is avaiable
on AOP proxies, etc.Modifier and Type | Method and Description |
---|---|
void |
setOrder(int order)
Set the order for this component.
|