jar

org.dbrain.lib : dbrain-classtags

Maven & Gradle

Jan 12, 2016
3 stars

dbrain-classtags · This library enable you to: Easily tag classes with annotations for later discovery. Avoid using class path scanning. Easy to define new tags.

Table Of Contents

Latest Version

Download org.dbrain.lib : dbrain-classtags JAR file - Latest Versions:

All Versions

Download org.dbrain.lib : dbrain-classtags JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1
2.0
1.2

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 dbrain-classtags-2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dbrain.classtags.atp

├─ org.dbrain.classtags.atp.ClassTagsAnnotationProcessor.class - [JAR]

org.dbrain.classtags

├─ org.dbrain.classtags.ClassTagAnnotation.class - [JAR]

├─ org.dbrain.classtags.ClassTagQuery.class - [JAR]

├─ org.dbrain.classtags.ClassTags.class - [JAR]

org.dbrain.classtags.impl

├─ org.dbrain.classtags.impl.ClassTagEntry.class - [JAR]

├─ org.dbrain.classtags.impl.ClassTagUtils.class - [JAR]

├─ org.dbrain.classtags.impl.ClassTagsCollector.class - [JAR]

Advertisement