Class ReflectAnnotation<A extends Annotation>

java.lang.Object
com.github.darksoulq.abyssallib.common.reflection.ReflectAnnotation<A>

public class ReflectAnnotation<A extends Annotation> extends Object
  • Constructor Details

    • ReflectAnnotation

      public ReflectAnnotation(A annotation)
  • Method Details

    • getUnderlyingAnnotation

      public A getUnderlyingAnnotation()
    • getAnnotationType

      public Class<A> getAnnotationType()
    • getValue

      public Result<Object> getValue(String attribute)
    • value

      public Result<Object> value()