Class AnnotationMemberSpec

java.lang.Object
wtf.metio.yosql.tooling.gradle.AnnotationMemberSpec
All Implemented Interfaces:
org.gradle.api.Named

public abstract class AnnotationMemberSpec extends Object implements 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
    Constructor
    Description
    Required by Gradle
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.gradle.api.provider.Property<String>
     
    abstract org.gradle.api.provider.Property<String>
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gradle.api.Named

    getName
  • Constructor Details

    • AnnotationMemberSpec

      @Inject public AnnotationMemberSpec()
      Required by Gradle
  • Method Details

    • getValue

      @Input public abstract org.gradle.api.provider.Property<String> getValue()
      Returns:
      The value of the annotation member
    • getType

      @Input public abstract org.gradle.api.provider.Property<String> getType()
      Returns:
      The fully-qualified type of the annotation member