Interface ValueSupplier<T extends Annotation,U>


public interface ValueSupplier<T extends Annotation,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(T supplierAnnotation, Class<?> scope)
     
  • Method Details

    • getValue

      U getValue(T supplierAnnotation, Class<?> scope)