Package groovy.lang

Interface Buildable

All Known Implementing Classes:
GString, GStringImpl

public interface Buildable
  • Method Summary

    Modifier and Type Method Description
    void build​(GroovyObject builder)  
  • Method Details