Cake.Core.Annotations Namespace

Summary

This namespace contain attributes used by the Cake engine and addins.

Class Types

Class Summary
CakeAliasAttribute An attribute used to mark script aliases.
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.
CakeMethodAliasAttribute An attribute used to mark script method aliases.
CakeModuleAttribute An attribute used to identify a module implementation in an assembly.
CakeNamespaceImportAttribute An attribute used to hint Cake about additional namespaces that need to be imported for an alias to work. This attribute can mark an extension method, the extension method class, or the assembly to provide a global set of imports.
CakePropertyAliasAttribute An attribute used to mark script property aliases.