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

org.javabuilders.util.YAML Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.javabuilders.util;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

/**
 * Annotation that indicates the Javadoc for the flagged variable contains free-form Javadoc that needs to be
 * extracted into a separate run-time file
 * @author Jacek Furmankiewicz
 */
@Target({ElementType.FIELD})
public @interface YAML {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy