public interface io.micronaut.core.util.clhm.Weigher<V>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.micronaut.core.util.clhm.Weigher
super_class: java.lang.Object
{
public abstract int weightOf();
descriptor: (Ljava/lang/Object;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TV;)I
MethodParameters:
Name Flags
value
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Weigher.java"
RuntimeInvisibleAnnotations:
javax.annotation.concurrent.ThreadSafe()