Annotation Interface CtxPathParam
Marks parameters which contain context paths.
- Author:
- Artur Bielecki Created on 12.06.2018
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAllowed types of context entities identified by path parameterTypes of context entities identified by path parameter which are not recommended
-
Element Details
-
allowed
CtxPathParam.CtxAttrType[] allowedAllowed types of context entities identified by path parameter- Returns:
- allowed context attribute types
- Default:
- {COLLECTION, VALUE, NODE}
-
unrecommended
CtxPathParam.CtxAttrType[] unrecommendedTypes of context entities identified by path parameter which are not recommended- Returns:
- allowed context attribute types
- Default:
- {}
-