All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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