
com.crabshue.commons.aggregator.Variable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-aggregator Show documentation
Show all versions of commons-aggregator Show documentation
Library aggregating fields using annotations in complex objects structures
The newest version!
package com.crabshue.commons.aggregator;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(
RetentionPolicy.RUNTIME
)
@Target({ElementType.FIELD, ElementType.TYPE})
public @interface Variable {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy