Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@RadesNoBuilder aggregierbar #110

Open
Huluvu424242 opened this issue Jun 10, 2018 · 1 comment
Open

@RadesNoBuilder aggregierbar #110

Huluvu424242 opened this issue Jun 10, 2018 · 1 comment
Labels
backlog enhancement New feature or request

Comments

@Huluvu424242
Copy link
Owner

Huluvu424242 commented Jun 10, 2018

child of #108
@RadesNoBuilder lässt sich aktuell nicht über andere Annotations zusammenfassen.
Das soll aber prinzipiell mit allen RADES Annotationen gehen.

@Huluvu424242 Huluvu424242 added enhancement New feature or request backlog labels Jun 10, 2018
@Huluvu424242
Copy link
Owner Author

package com.github.funthomas424242.rades.fluentbuilder.statechart;

import com.github.funthomas424242.rades.annotations.accessors.RadesNoAccessor;
import com.github.funthomas424242.rades.annotations.builder.RadesNoBuilder;

import javax.validation.constraints.NotNull;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
@RadesNoBuilder
@RadesNoAccessor
@NotNull
public @interface CollectionEntry {
}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant