com.redhat.ceylon.compiler.java.metadata.NamedArgument Maven / Gradle / Ivy
package com.redhat.ceylon.compiler.java.metadata;
/**
* Temporary annotation to store ceylon annotations.
* @see Annotation
*/
public @interface NamedArgument {
String name();
String value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy