jar

com.igormaznitsa : mind-map-annotation-processor

Maven & Gradle

Jul 22, 2023
381 stars

MMD Annotation processor · Annotation processor to find and generate annotation source based MMD mind map files

Table Of Contents

Latest Version

Download com.igormaznitsa : mind-map-annotation-processor JAR file - Latest Versions:

All Versions

Download com.igormaznitsa : mind-map-annotation-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mind-map-annotation-processor-1.6.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.igormaznitsa.mindmap.annotations.processor

├─ com.igormaznitsa.mindmap.annotations.processor.MmdAnnotationProcessor.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.MmdAnnotationWrapper.class - [JAR]

com.igormaznitsa.mindmap.annotations.processor.logger

├─ com.igormaznitsa.mindmap.annotations.processor.logger.NopLoggerService.class - [JAR]

com.igormaznitsa.mindmap.annotations.processor.builder.elements

├─ com.igormaznitsa.mindmap.annotations.processor.builder.elements.AbstractItem.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.builder.elements.FileItem.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.builder.elements.InternalLayoutBlock.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.builder.elements.TopicItem.class - [JAR]

com.igormaznitsa.mindmap.annotations.processor.builder

├─ com.igormaznitsa.mindmap.annotations.processor.builder.AnnotationUtils.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.builder.MmdFileBuilder.class - [JAR]

com.igormaznitsa.mindmap.annotations.processor.builder.exceptions

├─ com.igormaznitsa.mindmap.annotations.processor.builder.exceptions.MmdAnnotationProcessorException.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.builder.exceptions.MmdElementException.class - [JAR]

├─ com.igormaznitsa.mindmap.annotations.processor.builder.exceptions.MultipleFileVariantsForTopicException.class - [JAR]