
com.github.arachnidium.model.support.annotations.rootelements.PossibleAndroidRootElements Maven / Gradle / Ivy
The newest version!
package com.github.arachnidium.model.support.annotations.rootelements;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* Each {@link RootAndroidElement} declaration is a possible
* variant where desired element could be located.
*/
@Target(value = {ElementType.TYPE, ElementType.FIELD})
@Retention(value = RetentionPolicy.RUNTIME)
public @interface PossibleAndroidRootElements {
RootAndroidElement[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy