Skip to content

Commit d94357c

Browse files
committed
[FLAPI-122] Just to be absolutely clear.
1 parent 0a9b82a commit d94357c

132 files changed

Lines changed: 924 additions & 0 deletions

File tree

Some content is hidden

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

Documentation.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
// # Flapi
29
// ### _A fluent API generator for Java_
310

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
7+
18
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
310
<modelVersion>4.0.0</modelVersion>

src/main/java/unquietcode/tools/flapi/CharacterGenerator.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
import java.util.HashMap;

src/main/java/unquietcode/tools/flapi/CodeWriter.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
import com.sun.codemodel.JCodeModel;

src/main/java/unquietcode/tools/flapi/Constants.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
import java.io.InputStream;

src/main/java/unquietcode/tools/flapi/Descriptor.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
import com.sun.codemodel.JCodeModel;

src/main/java/unquietcode/tools/flapi/DescriptorBuilderException.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
public class DescriptorBuilderException extends RuntimeException {

src/main/java/unquietcode/tools/flapi/DescriptorMaker.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
/**

src/main/java/unquietcode/tools/flapi/DescriptorPostValidator.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
import unquietcode.tools.flapi.graph.GenericVisitor;

src/main/java/unquietcode/tools/flapi/DescriptorPreValidator.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
Flapi, the fluent API builder for Java.
3+
Visit the project page at https://github.com/UnquietCode/Flapi
4+
5+
Flapi is free and open software provided without a license.
6+
********************************************************************/
7+
18
package unquietcode.tools.flapi;
29

310
import unquietcode.tools.flapi.outline.BlockOutline;

0 commit comments

Comments
 (0)