package com.gitonway.fineday.interfaces.impl; import java.util.List; import org.androidannotations.annotations.EBean; import com.gitonway.fineday.domain.WeaterLogic; import com.gitonway.fineday.domain.WeaterLogic_; import com.gitonway.fineday.domain.model.WeaterModel; import com.gitonway.fineday.interfaces.IWeaterListFinder; @EBean public class WeaterFinderImpl implements IWeaterListFinder { @Override public List<WeaterModel> findAll() { // TODO Auto-generated method stub return null; } }