package com.tngtech.archunit.core.importer.testexamples.fieldaccesstointerfaces; public class ClassWithInterfacesWithFields implements InterfaceWithFields, OtherInterfaceWithFields { }