TODO Annotations

Annotations and processors for tagging questionable code and tracking TODOs in a compiler-detectable way.

License

License

MIT
GroupId

GroupId

ca.grimoire
ArtifactId

ArtifactId

todo-annotations
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

TODO Annotations
Annotations and processors for tagging questionable code and tracking TODOs in a compiler-detectable way.
Project Organization

Project Organization

Grimoire Alchymia

Download todo-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/ -->
<dependency>
    <groupId>ca.grimoire</groupId>
    <artifactId>todo-annotations</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/
implementation 'ca.grimoire:todo-annotations:1.0.2'
// https://jarcasting.com/artifacts/ca.grimoire/todo-annotations/
implementation ("ca.grimoire:todo-annotations:1.0.2")
'ca.grimoire:todo-annotations:jar:1.0.2'
<dependency org="ca.grimoire" name="todo-annotations" rev="1.0.2">
  <artifact name="todo-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.grimoire', module='todo-annotations', version='1.0.2')
)
libraryDependencies += "ca.grimoire" % "todo-annotations" % "1.0.2"
[ca.grimoire/todo-annotations "1.0.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit-dep jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0