01: package gr.spinellis.basic.views; 02: 03: /** 04: * @view 05: * @opt hide 06: * 07: * @match class (gr.spinellis.basic.*|java.*) 08: * @opt !hide 09: * @match class .* 10: * @opt nodefillcolor gray 11: * @match class gr.spinellis.* 12: * @opt nodefillcolor yellow 13: */ 14: public class ViewColors { 15: }