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
     
  • Method Details

    • copyOf

      T copyOf()