PageRenderTime 25ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/gwtp-extension/src/test/java/com/googlecode/gwtrpccommlayer/gwtp/test/TAction.java

https://code.google.com/p/gwtrpccommlayer/
Java | 15 lines | 5 code | 4 blank | 6 comment | 0 complexity | d53173d30234418c88bdd6052d87e25f MD5 | raw file
  1. package com.googlecode.gwtrpccommlayer.gwtp.test;
  2. import com.gwtplatform.dispatch.shared.UnsecuredActionImpl;
  3. import java.io.Serializable;
  4. /**
  5. * Created by IntelliJ IDEA.
  6. * User: dan
  7. * Date: 11/16/10
  8. * Time: 8:00 PM
  9. */
  10. public class TAction extends UnsecuredActionImpl<TResult> implements Serializable {
  11. }