Annotation Interface CtxPathParam


@Target(PARAMETER) @Retention(RUNTIME) public @interface CtxPathParam
Marks parameters which contain context paths.
Author:
Artur Bielecki Created on 12.06.2018
  • Element Details

    • allowed

      Allowed types of context entities identified by path parameter
      Returns:
      allowed context attribute types
      Default:
      {COLLECTION, VALUE, NODE}
    • unrecommended

      CtxPathParam.CtxAttrType[] unrecommended
      Types of context entities identified by path parameter which are not recommended
      Returns:
      allowed context attribute types
      Default:
      {}