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

ai.stapi.test.schemaintegration.StructureDefinitionScope Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.test.schemaintegration;

import java.lang.annotation.*;

@Inherited
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface StructureDefinitionScope {

  String[] value();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy