<?php

declare(strict_types=1);

namespace Laravel\Mcp\Server\Contracts;

interface Annotation
{
    public function key(): string;
}
