matrei commented on PR #15266: URL: https://github.com/apache/grails-core/pull/15266#issuecomment-3595864300
Looks useful! I find the `DisplayType` values a bit unintuitive. Suggestion: ``` DisplayType.ALL -> DisplayType.ALWAYS DisplayType.NONE -> DisplayType.NEVER DisplayType.INPUT_ONLY -> DisplayType.WRITE_ONLY DisplayType.OUTPUT_ONLY -> DisplayType.READ_ONLY ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
