KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > de > java2html > javasource > IJavaSourceTypeChecker


1 package de.java2html.javasource;
2
3
4 /**
5  * @author Markus Gebhard
6  */

7 public interface IJavaSourceTypeChecker {
8   public boolean isValid(JavaSourceType type);
9 }
10
Popular Tags