Skip to content

Commit 6b921c1

Browse files
committed
move annotation processor example
1 parent 2b97cc1 commit 6b921c1

File tree

92 files changed

+14
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+14
-535
lines changed

build-all.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ build_maven_module() {
8282
}
8383
}
8484

85+
86+
if [[ "$MODULE" == "module7" ]]
87+
then
88+
# ADD NEW MODULES HERE
89+
# (add new modules above the rest so you get quicker feedback if it fails)
90+
build_maven_module "core-java/annotation-processing/introduction-to-annotations"
91+
92+
echo ""
93+
echo "+++"
94+
echo "+++ MODULE 7 SUCCESSFUL"
95+
echo "+++"
96+
fi
97+
98+
8599
if [[ "$MODULE" == "module6" ]]
86100
then
87101
# ADD NEW MODULES HERE
-11.7 KB
Binary file not shown.

core-java/annotation-processing/AnnotationProcessorDemo/annotation-processor/pom.xml

Lines changed: 0 additions & 42 deletions
This file was deleted.

core-java/annotation-processing/AnnotationProcessorDemo/annotation-processor/src/main/java/com/reflectoring/annotation/processor/Builder.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

core-java/annotation-processing/AnnotationProcessorDemo/annotation-processor/src/main/java/com/reflectoring/annotation/processor/BuilderProcessor.java

Lines changed: 0 additions & 249 deletions
This file was deleted.
-8.41 KB
Binary file not shown.

core-java/annotation-processing/AnnotationProcessorDemo/annotation-processor/target/classes/META-INF/services/javax.annotation.processing.Processor

Lines changed: 0 additions & 1 deletion
This file was deleted.
-402 Bytes
Binary file not shown.
-13.1 KB
Binary file not shown.

core-java/annotation-processing/AnnotationProcessorDemo/annotation-processor/target/maven-archiver/pom.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)