![JAR search and dependency download from the Maven repository](/logo.png)
com.twitter.util.validation.metadata.ExecutableDescriptor.scala Maven / Gradle / Ivy
package com.twitter.util.validation.metadata
import java.lang.annotation.Annotation
import java.lang.reflect.Executable
abstract class ExecutableDescriptor private[validation] (val executable: Executable)
extends Descriptor {
def annotations: Array[Annotation]
def members: Map[String, PropertyDescriptor]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy