Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/11 17:02:34 (13 years ago)
Author:
gkronber
Message:

#1432: implemented NonDiscoverableType attribute and removed attributed types from type discovery.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/EmptyOperator.cs

    r5445 r5741  
    2323using HeuristicLab.Core;
    2424using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     25using HeuristicLab.PluginInfrastructure;
    2526
    2627namespace HeuristicLab.Operators {
     
    3031  [Item("EmptyOperator", "An operator which represents an empty statement.")]
    3132  [StorableClass]
     33  [NonDiscoverableType]
    3234  public sealed class EmptyOperator : SingleSuccessorOperator {
    3335    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.