Some components do not need full Description logic - a good example would be Scenario system that while benefiting from the system, do not need public / protected / private distinction, as nothing about them is ever public. Hiding secret fields - possibly with option to show them, if needed - would be in order.
Some components do not need full
Description
logic - a good example would beScenario
system that while benefiting from the system, do not need public / protected / private distinction, as nothing about them is ever public. Hiding secret fields - possibly with option to show them, if needed - would be in order.A possible solution to #213.