module org.x.y.parser;
package org.x.y.parser;

public class Parser {
	public Parser() {
		System.out.println(this.getClass());
	}
}
