# ExplicitStartupAnnotation Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ExplicitStartupAnnotation](/reference/api/csharp/aspire.hosting/explicitstartupannotation.md)
- Kind: `Constructors`
- Members: `1`

Represents an annotation for instructing the resource not to be started with the app host.

## ExplicitStartupAnnotation

- Name: `Constructor`

```csharp
public sealed class ExplicitStartupAnnotation
{
    public ExplicitStartupAnnotation()
    {
        // ...
    }
}
```
