Interface ResourcePropertiesConfigurationFactory<R extends Resource<R,N>,N extends ResourceNode<R,N>>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ResourcePropertiesConfigurationFactory<R extends Resource<R,N>,N extends ResourceNode<R,N>>
Loads custom types of resources from properties configuration. Each implementation of this should have a public constructor. Each factory will only be created once.
Author:
AO Industries, Inc.