We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894d184 commit 912a79bCopy full SHA for 912a79b
src/main/java/unquietcode/tools/flapi/ClassReference.java
@@ -17,6 +17,12 @@
17
package unquietcode.tools.flapi;
18
19
/**
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
+ *
26
* @author Ben Fagin
27
* @version 2014-07-22
28
*/
0 commit comments