]
Brian Stansberry updated WFCORE-3475:
-------------------------------------
Priority: Major (was: Minor)
Tighten visibility on some AttributeDefinition fields
-----------------------------------------------------
Key: WFCORE-3475
URL:
https://issues.jboss.org/browse/WFCORE-3475
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
AttributeDefinition and some subclasses in the controller module have some fields that
are not private. This will make it problematic to evolve the management code in the
future. Deprecate any that are protected, with a note to use the getter, and make package
protected ones private.