All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fulib.templates.removeYou.stg Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
import "java.dicts.stg"

removeYouSignatures(clazz, roles, superCall) ::= <<
   removeYou: class//method/removeYou()
>>

removeYou(clazz, roles, superCall) ::= <<
   
   @Override
   
   public void removeYou()
   {
      
      super.removeYou();
      
      
   }
>>

removeRole(role) ::= <%

   
      this.get().removeYou();
   
      this.set(null);
   

   
      new import(java.util.ArrayList)\<>(this.get()).forEach(::removeYou);
   
      this.get().clear();
   
      this.without(new import(java.util.ArrayList)\<>(this.get()));
   

%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy