Interface CpuArchitecture

All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, OneOfFeature, io.micronaut.core.order.Ordered
All Known Implementing Classes:
Arm, X86

public interface CpuArchitecture extends OneOfFeature
Marker interface for CPU architecture features. Extends OneOfFeature and categorizes these features under Category.CLOUD. This interface provides default implementations to identify the feature class and its category.