1 /* Copyright (c) 2000-2004 jMock.org2 */3 package org.jmock.builder;4 5 6 public interface IdentityBuilder7 {8 void id( String id );9 }10