All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almis.awe.test.Session Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package com.almis.awe.test;

import com.almis.awe.model.dto.ServiceData;
import org.springframework.stereotype.Service;

/**
 * File test class
 *
 * @author pgarcia
 */
@Service
public class Session {

  /**
   * Fill a modal dialog
   *
   * @return Service data
   */
  public ServiceData checkCurrentSession() {
    ServiceData serviceData = new ServiceData();
    return serviceData;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy