@Bool
The @Bool Annotation is used to define a parameter as a boolean value.
@Execute
public boolean example(@Bool boolean b) {
return true;
}
Valid Parameter Types
Booleanboolean
The @Bool Annotation is used to define a parameter as a boolean value.
@Execute
public boolean example(@Bool boolean b) {
return true;
}
Booleanboolean