<plugin name='followable' version='0.3' grailsVersion='1.2.1 &gt; *'>
  <author>Sebastian Kurt</author>
  <authorEmail>skurt@shopotainment.de</authorEmail>
  <title>Followable Plugin</title>
  <description>\
Add functionality to follow to domain classes
</description>
  <resources>
    <resource>BuildConfig</resource>
    <resource>DataSource</resource>
    <resource>UrlMappings</resource>
    <resource>org.grails.followable.FollowLink</resource>
    <resource>org.grails.followable.TestBFollowable</resource>
    <resource>org.grails.followable.TestFollowable</resource>
    <resource>org.grails.followable.TestFollower</resource>
    <resource>org.grails.followable.FollwersTagLib</resource>
  </resources>
  <dependencies>
    <resolvers>
      <resolver type='grailsPlugins' name='grailsPlugins' />
    </resolvers>
  </dependencies>
  <behavior>
    <method name='addFollower' artefact='Domain' type='org.grails.followable.TestBFollowable'>
      <description />
      <argument type='java.lang.Object' />
    </method>
    <method name='getFollowers' artefact='Domain' type='org.grails.followable.TestBFollowable'>
      <description />
    </method>
    <method name='getTotalFollowers' artefact='Domain' type='org.grails.followable.TestBFollowable'>
      <description />
    </method>
    <method name='removeLinkByFollow' artefact='Domain' type='org.grails.followable.TestBFollowable'>
      <description />
      <argument type='java.lang.Long' />
    </method>
    <method name='removeLink' artefact='Domain' type='org.grails.followable.TestBFollowable'>
      <description />
      <argument type='java.lang.Long' />
    </method>
    <method name='addFollower' artefact='Domain' type='org.grails.followable.TestFollowable'>
      <description />
      <argument type='java.lang.Object' />
    </method>
    <method name='getFollowers' artefact='Domain' type='org.grails.followable.TestFollowable'>
      <description />
    </method>
    <method name='getTotalFollowers' artefact='Domain' type='org.grails.followable.TestFollowable'>
      <description />
    </method>
    <method name='removeLinkByFollow' artefact='Domain' type='org.grails.followable.TestFollowable'>
      <description />
      <argument type='java.lang.Long' />
    </method>
    <method name='removeLink' artefact='Domain' type='org.grails.followable.TestFollowable'>
      <description />
      <argument type='java.lang.Long' />
    </method>
    <static-method name='getRecentFollowers' artefact='Domain' type='org.grails.followable.TestBFollowable'>
      <description />
    </static-method>
    <static-method name='getRecentFollowers' artefact='Domain' type='org.grails.followable.TestFollowable'>
      <description />
    </static-method>
    <property name='recentFollowers' type='org.grails.followable.TestBFollowable' artefact='Domain'>
      <description />
    </property>
    <property name='followers' type='org.grails.followable.TestBFollowable' artefact='Domain'>
      <description />
    </property>
    <property name='totalFollowers' type='org.grails.followable.TestBFollowable' artefact='Domain'>
      <description />
    </property>
    <property name='recentFollowers' type='org.grails.followable.TestFollowable' artefact='Domain'>
      <description />
    </property>
    <property name='followers' type='org.grails.followable.TestFollowable' artefact='Domain'>
      <description />
    </property>
    <property name='totalFollowers' type='org.grails.followable.TestFollowable' artefact='Domain'>
      <description />
    </property>
  </behavior>
</plugin>