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

io.norberg.automatter.example.GenericFoobar Maven / Gradle / Ivy

package io.norberg.automatter.example;

import java.util.List;
import java.util.Map;

import io.norberg.automatter.AutoMatter;

@AutoMatter
interface GenericFoobar {
  T foo();
  List bar();
  Map bazs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy