@groovy.transform.CompileStatic class ProvidedOperation extends java.lang.Object implements Deprecatable<ProvidedOperation>, Describable<ProvidedOperation>
Stores metadata about the operations that this library provides by default. Also allows the user to disable the operation.
Type | Name and description |
---|---|
boolean |
enabled |
Constructor and description |
---|
ProvidedOperation
() |
Type Params | Return Type | Name and description |
---|---|---|
|
ProvidedOperation |
enabled(boolean enabled) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation