# ExecutableAnnotation Constructors

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

Represents an annotation for a container image.

## ExecutableAnnotation

- Name: `Constructor`

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