Package adams.core.option
Interface BlacklistedOptionProducer
-
- All Known Implementing Classes:
ArrayProducer,DebugNestedProducer,MaterializedArrayProducer,NestedProducer
public interface BlacklistedOptionProducerInterface for visitors that Allow skipping of options based on the class of the return type of the properties.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class[]getBlacklisted()Returns the blacklisted classes.voidsetBlacklisted(Class[] value)Sets the classes to avoid.
-