-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
None
Not sure if it already does this, but doing something like
@ConfigurationAttribute(containingElement = "locking")
public void setWriteSkewCheck(boolean b) {
// ...
}
The annotation could deduce that the name of the attribute is "writeSkewCheck".