1 /*
2 * Replica is published under the terms
3 * of the Apache Software License.
4 */
5 package replica.group;
6
7 /***
8 * Generic interface for an address on the group communication package.
9 *
10 * @author Pedro Costa
11 * @author Helder Silva
12 * @since 19/Jan/2004
13 */
14 public interface Address {
15
16 }
This page was automatically generated by Maven