/** * @description An example of a configuration library * @author Joanna Chimiak-Opoka */ library conflib metamodel uml protected definitions context Class /** * @description * Sets a maximal number of allowed attributes */ def maxNumberOfAttributes: maxNumberOfAttributes : Integer = 1 enddefinitions endlibrary