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

com.ontology2.centipede.parser.Required Maven / Gradle / Ivy

There is a newer version: 100.2
Show newest version
package com.ontology2.centipede.parser;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Inherited
public @interface Required {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy