@Retention @Target public @interface ServiceMethod
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A verbose description of the function.
|
String |
displayName
The human-readable name of the function.
|
boolean |
enabled
Whether the function is enabled.
|
String |
familyId
Returns the ID of the family the function belongs to.
|
public abstract boolean enabled
public abstract String familyId
public abstract String displayName
public abstract String description
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.