Usage of @workflowDocu for input-variables in combination with other annotations
         /**
	 * @workflowDocu The authentication type used to authenticate
	 */
	@Group(GROUP_NAME)
        @AllowedValues(values = "REST_BASIC") (1)
        @Persistent(mandatory = false) (2)
	private String authType;