# annotation-compile-example **Repository Path**: rim99/annotation-compile-example ## Basic Information - **Project Name**: annotation-compile-example - **Description**: a demo for how to precompile class annotated with specific annotation - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How to run this ## 1. compile ``` mvn clean package ``` ## 2. run ``` java -jar usage/target/usage-1.0-SNAPSHOT-jar-with-dependencies.jar ```