Class AnnotationMemberSpec
java.lang.Object
wtf.metio.yosql.tooling.gradle.AnnotationMemberSpec
- All Implemented Interfaces:
org.gradle.api.Named
Configures a single AnnotationMember.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.Named
getName
-
Constructor Details
-
AnnotationMemberSpec
@Inject public AnnotationMemberSpec()Required by Gradle
-
-
Method Details
-
getValue
- Returns:
- The value of the annotation member
-
getType
- Returns:
- The fully-qualified type of the annotation member
-