Uses of Class
org.codehaus.groovy.grails.documentation.DocumentedProperty

Packages that use DocumentedProperty
org.codehaus.groovy.grails.documentation   
 

Uses of DocumentedProperty in org.codehaus.groovy.grails.documentation
 

Methods in org.codehaus.groovy.grails.documentation that return types with arguments of type DocumentedProperty
 List<DocumentedProperty> DocumentationContext.getProperties()
           
 

Method parameters in org.codehaus.groovy.grails.documentation with type arguments of type DocumentedProperty
 void DocumentationContext.setProperties(List<DocumentedProperty> value)