1 package complex.embedding;
2 
3 public interface EmbeddingTest
4 {
5 	boolean test();
6 }
7 
8