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

com.anysoft.selector.impl.Now Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.selector.impl;


import com.anysoft.formula.DataProvider;
import com.anysoft.selector.Selector;

/**
 * 当前时间
 * 
 * @author duanyy
 * 
 * @since 1.5.2
 * @version 1.6.11.1 [20171215 duanyy] 
* - 增加final属性
*/ public class Now extends Selector { @Override public String onSelect(DataProvider _dataProvider) { return String.valueOf(System.currentTimeMillis()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy