com.gerenciaProyecto.Beans.ConfiguracionBean.java Source code

Java tutorial

Introduction

Here is the source code for com.gerenciaProyecto.Beans.ConfiguracionBean.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.gerenciaProyecto.Beans;

import java.io.Serializable;
import javax.faces.view.ViewScoped;
import javax.inject.Named;
import org.springframework.stereotype.Controller;

/**
 *
 * @author Agandio
 */

@ViewScoped
@Controller
public class ConfiguracionBean implements Serializable {

    /**
     * Creates a new instance of ConfiguracionBean
     */
    public ConfiguracionBean() {
    }

}