org.objectweb.fractal.fraclet.annotation.generator.template
Class ListFcTemplate
java.lang.Object
org.objectweb.fractal.fraclet.annotation.generator.template.ListFcTemplate
- All Implemented Interfaces:
- spoon.template.Template
public class ListFcTemplate
- extends Object
- implements spoon.template.Template
A template to manage the listFc method
- Author:
- Nicolas Pessemier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListFcTemplate
public ListFcTemplate(String name,
boolean collection)
- Parameters:
name
- the name of the interface in the case of a singleton binding
or the name of the field in the case of a collection bindingcollection
- true if the binding is a collection binding