Subversion Repositories bacoAlunos

Rev

Rev 1547 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain;

import pt.estgp.estgweb.domain.utils.InputDriven;
import pt.estgp.estgweb.domain.utils.InputDrivenInput;

import java.util.List;

/**
 * Created by jorgemachado on 05/11/16.
 */

public abstract class QuestionarioReportFileGroupImpl extends QuestionarioReportFileGroup implements InputDriven
{

    @1.5.0/docs/api/java/lang/Override.html">Override
    public abstract List<InputDrivenInput> getInputs();

}