01: package gr.spinellis.basic.views;
02:
03: /**
04: * @view
05: *
06: * @opt nodefillcolor LightGray
07: * @match class gr.spinellis.basic.product.Product
08: * @opt attributes
09: * @match class gr.spinellis.basic.product.Category
10: * @opt nodefillcolor brown
11: */
12: public class ViewChildOverride extends ViewAbstract {
13: }
|