![JAR search and dependency download from the Maven repository](/logo.png)
org.bsc.function.Consumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-processor-plugin Show documentation
Show all versions of maven-processor-plugin Show documentation
A maven plugin to process annotation for jdk6 at compile time
This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler
This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
/*
* 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 org.bsc.function;
/**
*
* @author bsorrentino
* @param
*/
public interface Consumer {
void accept(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy