I have a symfony 4.4 project with enabled translations and now I have to find a solution that translations also take effect for swagger annotations. The result
I am trying to implement a function that displays/ hides markers (could be subtitles, highlighted area) based on "timeUpdate" event which tracks current time. M
What is the difference between @EJB of JEE and @Autowired of Spring Framework? Are those the same thing? And if not, which are the differencies? I have seen t
My data: names_col = ['Count','Freq'] dat = [['Matching', 56935],['Mismatching', 100587]] plot_df = pd.DataFrame(data=dat,columns=names_col) I trying plot stac
I'm looking for a video visualization tool with sequential scene labels and their time annotations. For example, suppose I have a cooking video. Given the actio
I am currently creating my own CRUD-managing class. For this purpose I work with an annotation that looks like this: import java.lang.annotation.ElementType; im
I have a Spring Boot Controller with an endpoint that accepts the following Configuration class (as json). The class has the param maxIterations and has a @Size
I have a project but not in spring, how can I use annotation to read content in config files like *.yaml or *.properties under resource package.
I have a function that uses typing.get_type_hints. I want to add a documentation test to it. However, it looks like get_type_hints fails to resolve types that a
I'm struggling to create a stacked bar chart derived from value_counts() of a columns from a dataframe. Assume a dataframe like the following, where responder i
I've been trying to use a parameter decorator @logParameter: class Person { public name: string; public surname: string; constructor(name : string, sur
I would like a simple, preferably annotation-based way to inject external properties into a java program, without using the spring framework (org.springframewor
So I am starting with AspectJ and have a problem. The following example works perfectly in Eclipse but when I try to run it in bash - it does not work. This i
I am using Spring AOP for logging in my application. Here is the applicationContext.xml file <mvc:annotation-driven /> <context:component-scan base-
I want use @Nullable annotation to eliminate NullPointerExceptions. I found some tutorials on the net, I noticed that this annotation comes from the package j
I have a project with Hibernate.I tried to read the configuration file hibernate.cfg and got this error: Error creando una factoria de session.org.hibernate.M
I'm working on a project where i have to read an existing pdf using iTextSharp.PdfReader, then getAnnotations in order to insert them back in a new generated pd
With JPA annoations, I want to reuse same embedded object like this : @Entity public class User { @Embedded public Address homeAddress; @Embedded
I have a user object that is sent to and from the server. When I send out the user object, I don't want to send the hashed password to the client. So, I added @
IntelliJ IDEA highlights persistent @Entity class names with "Cannot resolve symbol" in red in JPQL which is distracting and buries real issues. So, for examp