Package org.analogweb
Interface Precedence
-
- All Known Subinterfaces:
ApplicationProcessor
,InvocationInterceptor
,InvocationMetadataFinder
- All Known Implementing Classes:
AbstractApplicationProcessor
,AbstractInvocationInterceptor
,AbstractInvocationMetadataFinder
,BindAttributeArgumentPreparator
,ConsumesMediaTypeVerifier
,DefaultInvocationMetadataFinder
,ScopedMapArgumentPreparator
public interface Precedence
A precedence of modules.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPrecedence()
-
-
-
Field Detail
-
HIGHEST
static final int HIGHEST
- See Also:
- Constant Field Values
-
LOWEST
static final int LOWEST
- See Also:
- Constant Field Values
-
-