-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (26 loc) · 981 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
BlazeCBAV
=========
Constraint Based Annotation Validation for Java SE 6 Projects.
What is it?
===========
BlazeCBAV is a framework for annotation validation via declarative constraints,
that can be used to validate the usage of annotations and provide custom error messages
for a wrong usage, within Java SE 6 environments. The framework uses the
Annotation Processing Tool for the validation of the annotations and the
population of custom defined error messages.
How to use it?
==============
Maven:
Just include the dependency and make sure that the maven-compiler-plugin does not include the compilerArgument "-proc:none".
Ant:
TODO, WRITE ME
Contents of distribution
========================
BlazeCBAV(Constraint Based Annotation Validation)
Licensing
=========
This distribution, as a whole, is licensed under the terms of the Apache
License, Version 2.0 (see LICENSE.txt).
References
==========
Project Site: http://blazebit.com/cbav (Coming soon)