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

com.github.gkutiel.flip.apt.Response Maven / Gradle / Ivy

There is a newer version: 5-RELEASE
Show newest version
package com.github.gkutiel.flip.apt;

public @interface Response {

	public @interface Prop {
		String key();
		String value();
	}

	Prop[] props() default {};
	Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy