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

com.rbmhtechnology.vind.annotations.Operator Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.rbmhtechnology.vind.annotations;

import java.util.function.Function;

/**
 * Created by fonso on 28.03.17.
 */
public @interface Operator {
    Class function ();
    Class returnType () default String.class;
    String[] fieldName () default {};


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy