@Target(value=METHOD) @Retention(value=RUNTIME) public @interface WebApiParam
Modifier and Type | Required Element and Description |
---|---|
String |
name |
String |
title |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowMultiple |
String |
description |
ResourceParameter.KIND |
kind |
boolean |
required |
public abstract String name
public abstract String title
public abstract String description
public abstract ResourceParameter.KIND kind
Copyright © 2005–2017 Alfresco Software. All rights reserved.