<?php

declare(strict_types=1);

namespace Laravel\Mcp\Server\Annotations;

use Laravel\Mcp\Server\Contracts\Annotation as AnnotationContract;

abstract class Annotation implements AnnotationContract
{
    //
}
