Is the parameter optional?
()
| 75 | |
| 76 | /** Is the parameter optional? */ |
| 77 | public boolean isOptional() { return optional; } |
| 78 | |
| 79 | /** The name of the item's class. If the parameter is a collection then |
| 80 | * we need to know the class of its items in order to create them the |
no outgoing calls
no test coverage detected