UMLGraph/testdata/java/gr/spinellis/views/ViewChildOverride.java

14 lines
264 B
Java

package gr.spinellis.views;
/**
* @view
*
* @opt nodefillcolor LightGray
* @match gr.spinellis.product.Product
* @opt attributes
* @match gr.spinellis.product.Category
* @opt nodefillcolor brown
*/
public class ViewChildOverride extends ViewAbstract {
}