Interface Copyable<T>

Type Parameters:
T - type parameter
All Known Subinterfaces:
Type<T>, TypeResolver
All Known Implementing Classes:
Configuration, Imports, TypeResolverWrapper, TypeWrapper

public interface Copyable<T>

A generic alternative to Cloneable

  • Method Summary

    Modifier and Type Method Description
    T copyOf()  
  • Method Details

    • copyOf

      T copyOf()