KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > bsf > smartValueObject > mediator > MediatorConfig


1 package org.bsf.smartValueObject.mediator;
2
3 import java.util.Collection JavaDoc;
4
5 /**
6  * Configuration for mediators.
7  *
8  */

9 public interface MediatorConfig {
10     /**
11      * Gets classes of the VOs.
12      * @return
13      */

14     Collection JavaDoc getClasses();
15 }
16
Popular Tags