|
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 {
|
|
}
|