| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| CredentialProgramRpcService |
|
| 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 Igor | |
| 7 | */ | |
| 8 | @RemoteServiceRelativePath("rpcservices/credentialProgramRpcService") | |
| 9 | public interface CredentialProgramRpcService extends MajorDisciplineRpcService { | |
| 10 | } |