| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| CoreProgramRpcService | 
 | 
 | 0.0;0 | 
| 1 |  package org.kuali.student.lum.program.client.rpc; | |
| 2 | ||
| 3 |  import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; | |
| 4 | ||
| 5 |  /** | |
| 6 |   * @author Jim | |
| 7 |   */ | |
| 8 |  @RemoteServiceRelativePath("rpcservices/coreProgramRpcService") | |
| 9 | public interface CoreProgramRpcService extends MajorDisciplineRpcService { | |
| 10 | } |