@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Parts
PartCollection
.
This is the central extension mechanism to permit other modules to add functionality to the current one, as yet unknown classes can be registered for the given lookup class. Using this yields in loose coupling and extensible software design.
public abstract Class<?> value
Copyright © 2018. All rights reserved.