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

org.immutables.generate.silly.nested.NonGrouped Maven / Gradle / Ivy

package org.immutables.generate.silly.nested;

import org.immutables.annotation.GenerateImmutable;

public abstract class NonGrouped {

  @GenerateImmutable
  abstract static class Abra {}

  @GenerateImmutable
  interface Cadabra {

  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy