Add another 3.0.0 note 07/69807/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Mar 2018 11:53:21 +0000 (12:53 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Mar 2018 11:53:21 +0000 (12:53 +0100)
commit9f2b8795046beb57a7195be07a1515708462120a
treea1b7269b8b71a954d4a55629e2b7c4d5d5b2a1b8
parentea997a6251751745bb5553c8540313dda7fc4106
Add another 3.0.0 note

Our use of Strings for YANG identifiers is confusing to the users
who need to map that string to other namespaces. Expressing the fact
that the string is composed of a limited set of characters would
be beneficial to, for example, mdsal's codegen components.

On the other hand, paying the cost of class encapsulation may not
be feasible and we should just be documenting contractual contents.

Change-Id: I3557bd180a63881b26848f087940ae62816e4214
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/ModuleEffectiveStatement.java