Make groovy plugin build
[fedora-idea.git] / plugins / groovy / src / org / jetbrains / plugins / groovy / dsl / GroovyEnhancerConsumer.groovy
blobc65448156aee9250e0e6cec92ccc7c09271a73b1
1 package org.jetbrains.plugins.groovy.dsl
3 /**
4 * @author peter
5 */
7 interface GroovyEnhancerConsumer {
8 //@Delegate void property(String name, String type)
9 void property(String name, String type)
10 void method(String name, String type, LinkedHashMap<String, String> parameters)