public static class MyServiceClass { private AwsClient awsClient; public MyServiceClass(@Named("aws.key") Prop awsKey) { this.awsClient = new AwsClient(awsKey.get()); } }