flower-check-annotations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.flowerjvm</groupId>
<artifactId>flower-check-annotations</artifactId>
<version>0.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.flowerjvm</groupId>
<artifactId>flower-parent</artifactId>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>flower-check-annotations</artifactId>
<packaging>jar</packaging>
<name>Flower Check Annotations</name>
<description>
Source-retained marker annotations for Flower development policy checks.
These are compile-time markers only and are not part of flower-core runtime.
</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>