Skip to main content
Winter Boot uses PHP 8 attributes for its entire programming model. This page indexes every attribute the framework exposes, grouped by the concern it belongs to, with a one-line meaning and a link to the concept page that documents its usage.

Application bootstrap

Dependency injection

Read Dependency Injection for full usage.

Web and REST

See REST Controllers and Request Mapping.

Data, PPA, and transactions

See Datasources, Transactions, SQL Migrations, and OpenSearch Migrations.

Async, scheduling, and concurrency

See Async Tasks, Scheduled Tasks, Daemon Threads, and Locking.

Caching

See Caching.

AOP

See AOP & Custom Stereotypes.

Actuator

See Actuator.

CLI

See CLI Commands.

Testing

See Testing.

Utility