Jing Ge created FLINK-32546:
-------------------------------
Summary: update Code Style Guide with Java properties naming
convention
Key: FLINK-32546
URL: https://issues.apache.org/jira/browse/FLINK-32546
Project: Flink
Issue Type: Improvement
Components: Documentation
Reporter: Jing Ge
The class [properties|https://en.wikipedia.org/wiki/Property_(programming)]
must be accessible using {_}get{_}, {_}set{_}, _is_ (can be used for boolean
properties instead of get), _to_ and other methods (so-called [accessor
methods|https://en.wikipedia.org/wiki/Accessor] and [mutator
methods|https://en.wikipedia.org/wiki/Mutator_method]) according to a standard
[naming
convention|https://en.wikipedia.org/wiki/Naming_conventions_(programming)].
[https://en.wikipedia.org/wiki/JavaBeans]
[https://flink.apache.org/how-to-contribute/code-style-and-quality-preamble/]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)