Interface GolangCloneable
-
- All Superinterfaces:
java.lang.Cloneable
- All Known Subinterfaces:
GolangDependency,NotationDependency,ResolvedDependency
- All Known Implementing Classes:
AbstractGolangDependency,AbstractNotationDependency,AbstractResolvedDependency,BazaarNotationDependency,GitNotationDependency,GogradleRootProject,GolangDependencySet,LocalDirectoryDependency,MercurialNotationDependency,SvnNotationDependency,UnrecognizedNotationDependency,VcsNotationDependency,VcsResolvedDependency,VendorNotationDependency,VendorResolvedDependency
public interface GolangCloneable extends java.lang.CloneableA marker interface which promotes clone method to public and suppressesCloneNotSupportedException.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()
-