Skip to content

Commit 912a79b

Browse files
committed
adds documentation to the ClassReference object introduced previously
1 parent 894d184 commit 912a79b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
package unquietcode.tools.flapi;
1818

1919
/**
20+
* A ClassReference is similar to a {@link Class} object, but
21+
* acts only as a reference to the fully qualified type (class or
22+
* interface). This special container is used within the Flapi
23+
* descriptor builder to avoid requiring a class to be present
24+
* at runtime.
25+
*
2026
* @author Ben Fagin
2127
* @version 2014-07-22
2228
*/

0 commit comments

Comments
 (0)