public interface io.ebean.FetchGroup<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebean.FetchGroup
  super_class: java.lang.Object
{
  public static <T> io.ebean.FetchGroup<T> of(java.lang.Class<T>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lio/ebean/FetchGroup;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNonnull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/String;)Lio/ebean/FetchGroup<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()
    MethodParameters:
        Name  Flags
      cls     
      select  

  public static <T> io.ebean.FetchGroupBuilder<T> of(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lio/ebean/FetchGroupBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNonnull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lio/ebean/FetchGroupBuilder<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()
    MethodParameters:
      Name  Flags
      cls   
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "FetchGroup.java"